home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-03-13 | 8.1 KB | 309 lines |
-
- ; ************************************************************************
- ;
- ; This file contains settings which affect the operation of Microsoft
- ; Internet Explorer. Do not edit this file unless you are sure you know what
- ; you are doing. If you do edit this file, keep a backup copy.
- ;
- ; Not all of the items mentioned here are officially supported options.
- ; Edit this file at your own risk.
- ;
- ; Copyright 1996 Microsoft, Inc.
- ; All Rights Reserved
- ;
- ; ************************************************************************
-
- ; NOTICE: This INI file is INSTALLED in the same directory as iexplore.exe.
- ; NOTICE: However, Internet Explorer looks for the INI file in the Windows
- ; NOTICE: directory. If Internet Explorer does not find an INI file in the
- ; NOTICE: Windows directory, it copies the one in the EXE directory there.
- ; NOTICE: If you are editing this file in the EXE directory, your changes
- ; NOTICE: will probably not take effect. Edit the copy in the Windows
- ; NOTICE: directory instead.
-
- ; --------------------------------
- ;
- ; This section contains general settings for the operation of Mosaic
- ;
- [Main]
- Display Inline Images=yes
- Anchor Underline=yes
- Enable_Disk_Cache=no
-
- ; Anchor_Visitation_Horizon controls how Internet Explorer colors links as
- ; being visited. The unit is in days, so if you set it to 3, Mosaic will
- ; color all links visited in the last 3 days as visited.
- Anchor_Visitation_Horizon=3
-
- ; History_Expire_Days tells Internet Explorer how many days of history to keep.
- ; For example, if you set it to 30, Internet Explorer will only keep item in
- ; your history file for 30 days. A setting of -1 means never throw
- ; away history entries. The history file is called globhist.htm
- History_Expire_Days = 30
-
- ; Internet Explorer sometimes creates temporary files for use with external
- ; viewer programs. If you set Delete_Temp_Files_On_Exit to yes, then Internet
- ; Explorer will delete those files when you exit.
- Delete_Temp_Files_On_Exit = yes
-
- ; The specification of the hotlist file is relative to the Windows directory,
- ; where the hotlist file is stored.
- Hotlist_File = hotlist.htm
-
- ; The specification of the globhist file is relative to the Windows directory,
- ; where the globhist file is stored.
- Globhist_File = globhist.htm
- Save_Session_History_On_Exit=no
- Home Page=http://www.msn.com
- Search Page=http://www.msn.com/access/allinone.asp
- Show Toolbar=yes
-
- ; --------------------------------
- ;
- ; This section is used to configure network servers
- ;
- [Services]
- Enable Proxy = no
- Proxy_Server =
-
- ; --------------------------------
- [Settings]
- Anchor Color = 0,0,255
- Anchor Color Visted = 0, 128, 128
- Anchor Color Visited=0,128,128
- Background_Color=192,192,192
-
- ; --------------------------------
- [Document Windows]
- width = 631
- height = 628
- x=0
- y=0
-
- ; --------------------------------
- ; Margin settings are in 1000th of an inch, but will be
- ; displayed in the correct international format.
- ;
- [PageSetup]
-
- ; --------------------------------
- [Document Caching]
- Number = 4
-
- ; --------------------------------
- [Image Caching]
- Number = 50
-
- ; --------------------------------
- [Helpers]
-
- ; --------------------------------
- ;
- ; External viewers are configured by specifying a MIME type on a line of
- ; the form TYPE# where # is an integer. The numbers must be contiguous.
- ; Then, set the MIME type = to the application you wish to use to view
- ; files of that type. Insert %s where you want the filename of the viewer
- ; temp file to be substituted.
- ;
- ; TYPE0=image/jpeg
- ; TYPE1=image/gif
- ; image/jpeg = c:\myviewer\myviewer.exe %s
- ;
- [Viewers]
- TYPE0=text/html
- TYPE1=text/plain
- TYPE2=image/jpeg
- TYPE3=image/gif
- TYPE4=audio/basic
- TYPE5=audio/x-aiff
- TYPE6=audio/wav
- TYPE7=image/tiff
- TYPE8=application/postscript
- TYPE9=video/mpeg
- TYPE10=video/quicktime
- TYPE11=video/avi
- TYPE12=application/pdf
- TYPE13=application/msword
- TYPE14=application/winhlp
- TYPE15=application/msexcel
- TYPE16=application/x-perfmon
- TYPE17=audio/midi
- TYPE18=audio/x-pn-realaudio
- application/msword=
- audio/wav=
- audio/midi=
- video/avi
- application/winhlp=
- application/msexcel=
- application/x-perfmon=
- audio/x-pn-realaudio=
-
- ; --------------------------------
- ; Suffixes (file extensions) for a given MIME type are configured here. These
- ; suffixes are not used for HTTP URL's, since the HTTP protocol specifies
- ; the MIME type, therefore Internet Explorer does not have to guess the MIME type by
- ; file extension. MIME types which appear here must be defined in the [Viewers]
- ; section.
- ;
- [Suffixes]
- image/jpeg=.jpeg .jpg
- image/tiff=.tiff .tif
- image/gif=.gif
- text/html=.htm .html
- application/postscript=.ps .eps .ai
- text/plain=.txt .c .h .ini .sh
- video/mpeg=.mpeg .mpg
- video/quicktime=.qt .mov
- video/avi=.avi
- audio/basic=.au .snd
- audio/aiff=.aiff .aif
- audio/wav=.wav
- audio/midi=.mid
- audio/x-pn-realaudio=.ra .ram
- application/pdf=.pdf
- application/msword=.doc .dot
- application/winhlp=.hlp
- application/msexcel=.xla .xlb .xlc .xll .xlm .xls .xlw
- application/x-perfmon=.pmc .pma .pml .pmr
-
- ; --------------------------------
- ;
- ; Valid settings for an encoding are binary, 7bit, or 8bit
- ;
- ; image/jpeg = binary
- ; image/gif = binary
- ;
- [Encodings]
- image/jpeg=binary
- image/tiff=binary
- image/gif=binary
- text/html=8bit
- application/postscript=8bit
- text/plain=7bit
- video/mpeg=binary
- video/quicktime=binary
- video/avi=binary
- audio/basic=binary
- audio/aiff=binary
- audio/wav=binary
- audio/midi=binary
- audio/x-pn-realaudio=binary
- application/pdf=binary
- application/msword=binary
- application/winhlp=binary
- application/msexcel=binary
- application/x-perfmon=binary
-
- ; --------------------------------
- ;
- ; MIME Descriptions contains the plain-language descriptions which
- ; appear in the external viewers dialog.
- ;
- [MIME Descriptions]
- image/jpeg=JPEG Images
- image/tiff=TIFF Images
- image/gif=GIF Images
- text/html=HTML Documents
- application/postscript=PostScript Files
- text/plain=Text Files
- video/mpeg=MPEG Files
- video/quicktime=QuickTime Files
- video/avi=Microsoft Video Files
- audio/basic=Audio Files
- audio/aiff=AIFF Files
- audio/wav=WAVE Files
- audio/midi=MIDI Files
- audio/x-pn-realaudio=Real Audio
- application/pdf=PDF Files
- application/msword=Microsoft Word
- application/winhlp=Microsoft Windows Help
- application/msexcel=Microsoft Excel
- application/x-perfmon=Performance Monitor Settings
-
- ; --------------------------------
- ;
- ; HowToPresent specifies, for each MIME type, what presentation
- ; method will be used.
- ; 0 - Built in viewer
- ; 1 - External viewer
- ; 2 - Internet Explorer SDI External Viewer
- ; 3 - Don't present - just save to disk
- ; 4 - Let the File Manager associations handle the file
- ;
- ; Add 10 if you want confirmation before opening files of that type.
- ;
- [HowToPresent]
- image/jpeg=0
- image/gif=0
- text/html=0
- text/plain=0
- audio/basic=0
- audio/aiff=0
- audio/wav=4
- audio/x-pn-realaudio=4
- image/tiff=3
- application/postscript=3
- video/mpeg=3
- video/quicktime=3
- video/avi=4
- application/pdf=3
- application/msword=4
- application/winhlp=4
- application/msexcel=4
- application/x-perfmon=4
- audio/midi=4
-
- ; --------------------------------
- ;
- ; This section provides the DDE service names for preconfigured Mosaic SDI
- ; External Viewers.
- ;
- [SDI_Viewers]
- text/html=
- text/plain=
- image/jpeg=
- image/gif=
- audio/basic=
- audio/aiff=
- audio/wav=
- audio/x-pn-realaudio=
- image/tiff=
- application/postscript=
- video/mpeg=
- video/quicktime=
- video/avi
- application/pdf=
- application/msword=
- application/winhlp=
- application/msexcel=
- application/x-perfmon=
- audio/midi=
-
- ; --------------------------------
- ;
- ; This section provides the corresponding flags (from the RegisterViewer verb)
- ; for preconfigured Mosaic SDI External Viewers.
- ;
- [SDI_Viewer_Flags]
-
- ; --------------------------------
- ;
- [SecurityProtocols]
- Basic=Basic_Load,BASIC.DLL
-
- ; --------------------------------
- ; This section is used during the install process
- ;
- [Version]
- Build=2.1.0.0
-
- [Hotlist Window]
- x=0
- y=0
-
- [MainDiskCache]
- Directory=$(EXEDIR)
- Size_Kilobytes=2048
- Verify_Policy=0
- Clear_On_Exit=yes
-